home *** CD-ROM | disk | FTP | other *** search
/ Electric Reading Land / Electric Reading Land.iso / pbgprob.txt < prev    next >
Text File  |  1995-04-28  |  8KB  |  162 lines

  1. ^C^BCommon System Problems^b^c
  2. ^C(c)1994,1995 Terry E. Mercer^c
  3.  
  4. There are a number of problems which can, and often do, occur when trying
  5. to run DOS programs on a computer, especially some of the more impressive
  6. games.
  7.  
  8. The most common problems incountered with DOS based programs are:
  9.  
  10.         1. Not Enough Memory;
  11.  
  12.         2. System Configured Incorrectly (or not in a
  13.            standard fashion);
  14.  
  15.         3. Sound not working or locking system;
  16.  
  17.         4. Trying to save your data or otherwise write to
  18.            the CD Rom disc (impossible) but many people
  19.            still try.
  20.  
  21.  
  22. ^BProblem #1: Not Enough Memory^b
  23.  
  24. The most common reason a DOS based program doesn't start is that there is
  25. not enough conventional RAM memory. A DOS based computer (IBM PC or
  26. compatible) has inherent limits for DOS applications (programs) regarding
  27. memory access.
  28.  
  29. You may have heard of the "640K barrier," which is what NORMAL DOS is
  30. limited to... 640,000 bytes of "conventional memory." With DOS 5 and
  31. above, or using a special memory enhancement program (such as QEMM),
  32. there is another 384K of upper memory if made available... but difficult
  33. for the average user to configure correctly.
  34.  
  35. No matter how much memory a DOS based computer has, the limits on
  36. conventional memory is still 640+384 (max) minus xxK being used by the
  37. programs and evironment being loaded at start up by the Autoexec.Bat and
  38. Config.Sys files... even with 16 Megabytes or more.
  39.  
  40. Using memory managers is possible (and usually easy) to do. Some basic
  41. changes may be required to enhance your systems ability to recognize more
  42. of its memory. DOS v6 shipped with MEMMAKER. This program can be very
  43. beneficial if you are NOT on a network and don't have any unique cards in
  44. your system. I wouldn't recommend using it, except as a last resort and
  45. knowing that there is a chance it could make matters worse (although less
  46. than 20% likely).
  47.  
  48. ^BProblem #2 - System Configured Incorrectly (or not in a^b
  49. ^B             standard fashion);^b
  50.  
  51. If you purchased a computer completely set up, with all the programs and
  52. special cards (i.e., sound cards, modems, and scanners, etc.) then you run
  53. a slight risk that the person which set up your system didn't do it quite
  54. right, and/or had optimized it for the programs they used most often...
  55. not for your needs. You may need to have a trained computer technician
  56. make such changes & optimize the system for your specific needs.
  57.  
  58. ^BProblem #3 - Sound not working or locking up the system;^b
  59.  
  60. There are dozens of different sound cards on the market. Some have a lot
  61. of features, others are limited. In the Windows world, Microsoft Windows
  62. controls the sound (video, mouse, printer, etc.) which means that if a
  63. device works in one Windows program, it will automatically work with all
  64. such programs. DOS, however, isn't that standard or automatic. Each DOS
  65. program must use it's own video drivers, sound drivers, etc. therefore
  66. incompatibilities are not only possible, but also probable if your system
  67. is slightly out of the "ordinary."
  68.  
  69. The most common things you can check (and try) regarding any problems
  70. with your sound card are:
  71.  
  72.         a) Look in your Autoexec.Bat and Config.Sys files,
  73.            verify the settings. A220, D1, and I7(or 5) are
  74.            the most common settings for Sound Blaster and
  75.            compatibles (A=Address, D=DMA Channel, and
  76.            I=IRQ or Interrupt).
  77.  
  78.         b) Verify that the program is set correctly. Some
  79.            programs have a "Setup" or configure on the
  80.            main menu, other programs have it accessible
  81.            through another program, you may have to look
  82.            and see for EACH program you are having trouble
  83.            with. Also, remember, if the program was
  84.            intended to run directly from a CD Rom disc,
  85.            and the setup program is not on the main menu
  86.            (i.e., a separate program) you will probably
  87.            have to INSTALL the program to your hard disc
  88.            drive to make it run, as the new settings can't
  89.            be saved to the CD Rom disc.
  90.  
  91.         c) If your system starts the sound, THEN locks up,
  92.            chances are you are either getting power feed
  93.            back from amplified speakers, or having a
  94.            problem with the 16-bit compatibility. Try
  95.            selecting regular Sound Blaster (not SB 16 or
  96.            SB Pro). You may set the IRQ to 7 rather than
  97.            5. IRQ 5 began with the release of SB 16, and
  98.            many older 8 bit card and 16 bit compatibles
  99.            can't access IRQ 5 correctly. If that doesn't
  100.            work please consult your sound card manual or
  101.            a local technician.
  102.  
  103. __________________________________________________________
  104.                 Some basic hints and tips
  105. ----------------------------------------------------------
  106.  (if you are brave enough to try modifying or optimizing
  107.              your system... at your own risk)
  108.  
  109. The following commands should be in the top three lines of your CONFIG.SYS
  110. file (with few exceptions) to optimize most DOS programs:
  111.  
  112. ^TDEVICE=C:\DOS\HIMEM.SYS
  113. ^TDOS=HIGH,UMB
  114. ^TDEVICE=C:\DOS\EMM386.EXE M9 2048 RAM
  115.  
  116. The first two lines tell your computer to use the high memory... the
  117. memory BETWEEN the 640K barrier and the 1024K (first megabyte) which
  118. normally is un-used and sits idle. The third line loads a memory manager
  119. (supplied with your DOS and Windows).
  120.  
  121. NOTE: On some systems the "M9" switch will need to be removed from the
  122. command line, as it CAN lock your system. However, if it doesn't lock your
  123. system it should give you an additional 64K block of upper memory (one
  124. page frame normally reserved for EGA, for the techies).
  125.  
  126. The "2048 RAM" section tells the computer to set up 2 Megs of EMS memory
  127. (which many DOS programs can access and use). You will see "NOEMS" in here
  128. if the computer has been optimized for Windows use. Consider a Multiple
  129. Boot set-up. It should solve most all of your problems for your current
  130. computer software (if done correctly) however, will require a little more
  131. manual effort when installing programs that try to change your start-up
  132. files (i.e., Autoexec.Bat & Config.Sys).
  133.  
  134. If you type MEM /C at the DOS prompt (C:\>) your memory usage will be
  135. displayed. Check you memory BEFORE and AFTER you make changes. Pay
  136. attention to the lines (toward the bottom) that says, "Largest Exectutable
  137. Program Size." The number in the parens (XXXK) is the answer. Some
  138. programs won't run unless that number is as much as 605K! The individual
  139. program should tell you what is required.
  140.  
  141. There are a number of things you can try. But, unless you are comfortable
  142. editing system files, have a computer technician set up a Multi-Config
  143. (different ways your computer can start up, depending on what you want it
  144. to do at that time). This person will also be able to (if they are good)
  145. optimize your system for you, both memory & data. Have them check for
  146. fragments, and things which would speed up your system. This is generally
  147. the least stressful and smartest move. If you want to try this task on
  148. your own, use the following resources:
  149.  
  150. ^CDan Gookin's  DOS for Dummies^c
  151. ^CYour DOS manual^c
  152. ^CTry typing HELP at the DOS prompt^c
  153.  
  154. If all else fails, invest in a good tech to solve your problems for you,
  155. and to answer your questions in a "hands on" fashion.
  156.  
  157.  
  158. ^CEnjoy these Programs...^c
  159. ^CThey are some of the best ever created...^c
  160.  
  161.  
  162.